Learning Microsoft Azure by Geoff Webber-Cross

Learning Microsoft Azure by Geoff Webber-Cross

Author:Geoff Webber-Cross
Language: eng
Format: mobi
Publisher: Packt Publishing
Published: 2014-10-15T21:00:00+00:00


Setting up the project

First, we'll create a new WPF project, install some NuGet packages, and configure the Service Bus and database connection strings in the following procedure:

If you're not using Visual Studio Express, add a new WPF application called OrderSim.

If you're using Visual Studio Express for Desktop, create a new solution with a WPF project called OrderSim, and add the existing Model project by right-clicking on the solution and navigating to Add | Existing Project….

Add a Model project reference to the OrderSim project.

Next, we'll install a number of NuGet packages: MVVM Light, which provides us with a quick-to-implement MVVM architecture, Entity Framework, which we've used in our websites already so far, and Windows Azure Service Bus, which we also used in the customer website. Enter the following commands into the Package Manager Console to install these packages:

Install-package mvvmlight

Install-package entityframework

Install-package windowsazure.servicebus



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.